home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / VR_docsReal.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  300 b   |  14 lines

  1. global gImgSprite, gCameFrom
  2.  
  3. on prepareMovie
  4.   set gImgSprite to 9
  5.   set the stretch of sprite gImgSprite to 0
  6.   set exitSprite to 20
  7.   if gCameFrom = #pres then
  8.     set the visible of sprite exitSprite to 1
  9.   else
  10.     set the visible of sprite exitSprite to 0
  11.   end if
  12.   set gCameFrom to #none
  13. end
  14.